(no commit message)
authorcaleb@2b0d6f0eabf955cc8fd04c634b09f0ca4aad9233 <caleb@web>
Thu, 25 Sep 2025 23:04:55 +0000 (23:04 +0000)
committeradmin <admin@branchable.com>
Thu, 25 Sep 2025 23:04:55 +0000 (23:04 +0000)
doc/bugs/Compiling_20250925__44___variable_not_in_scope_error.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/Compiling_20250925__44___variable_not_in_scope_error.mdwn b/doc/bugs/Compiling_20250925__44___variable_not_in_scope_error.mdwn
new file mode 100644 (file)
index 0000000..5ae4407
--- /dev/null
@@ -0,0 +1,13 @@
+I'm attempting to update Arch Linux packaging ... the major caveat being we're stuck using an old (9.4.8) version of `ghc` for now...
+
+Building the latest tagged release now produces this error:
+
+```
+Utility/OpenFd.hs:28:9: error:
+    Variable not in scope: when :: Bool -> IO () -> IO a0
+   |
+28 |         when closeonexec $
+   |         ^^^^
+```
+
+I'm not sure this error is directly caused by the antiquated compiler, but also not sure how to debug this further or work around it either.